C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / MoveAsync Method

In This Topic
MoveAsync Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Syntax
'Declaration
 
Public Function MoveAsync( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer, _
   ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

fromIndex
toIndex
cancellationToken
See Also